home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p29-32 / 00593_Script_593 < prev    next >
Text File  |  1994-07-31  |  474b  |  26 lines

  1. -- P32S23 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 23
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,5)
  9.   setAppearTime(1,2*60)
  10.   setAppearTime(2,3*60)
  11.   setAppearTime(3,5*60)
  12.   setAppearTime(4,9*60)
  13.   setAppearTime(5,10*60)
  14.   
  15.   global theGauge
  16.   mSetLevel(theGauge, Step)
  17.   
  18.   global LastQT
  19.   set LastQT = "P32S23"
  20.   cursor 4
  21.   preLoadCast the number of cast LastQT  
  22.   
  23.   setUpFastFwd()
  24.   cursor -1
  25. end
  26.